Always build man pages
authorSimon McVittie <smcv@debian.org>
Tue, 18 Sep 2018 23:21:39 +0000 (00:21 +0100)
committerSimon McVittie <smcv@debian.org>
Tue, 18 Sep 2018 23:21:39 +0000 (00:21 +0100)
We install them in Architecture: any binary packages.

debian/rules

index b850a8c93476925d7507c1415465e1922ff396c5..cf6237abb2ab3f12172f142a189f51c105fcc273 100755 (executable)
@@ -120,7 +120,7 @@ configure_flags_deb += -Dwayland-backend=true
 endif
 
 ifeq ($(filter %-doc,$(binaries)),)
-configure_flags_deb += -Ddocumentation=false -Dman-pages=false
+configure_flags_deb += -Ddocumentation=false
 endif
 
 configure_flags_udeb = \